Uses of Interface
org.eclipse.vtp.framework.spi.ICommandVisitor

Packages that use ICommandVisitor
org.eclipse.vtp.framework.common.commands   
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.spi   
 

Uses of ICommandVisitor in org.eclipse.vtp.framework.common.commands
 

Subinterfaces of ICommandVisitor in org.eclipse.vtp.framework.common.commands
 interface IControllerCommandVisitor
          A visitor capable of handling forward, include, and exit commands.
 

Methods in org.eclipse.vtp.framework.common.commands with parameters of type ICommandVisitor
 java.lang.Object ControllerCommand.accept(ICommandVisitor visitor)
           
 

Uses of ICommandVisitor in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement ICommandVisitor
 class DeploymentExecution
          A single execution on the HTTP connector.
 

Uses of ICommandVisitor in org.eclipse.vtp.framework.interactions.core.commands
 

Subinterfaces of ICommandVisitor in org.eclipse.vtp.framework.interactions.core.commands
 interface IConversationCommandVisitor
          A visitor capable of handling conversation commands.
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type ICommandVisitor
 java.lang.Object ConversationCommand.accept(ICommandVisitor visitor)
           
 

Uses of ICommandVisitor in org.eclipse.vtp.framework.spi
 

Subinterfaces of ICommandVisitor in org.eclipse.vtp.framework.spi
 interface IRunnableCommandVisitor
          A visitor for the base runnable command.
 

Methods in org.eclipse.vtp.framework.spi with parameters of type ICommandVisitor
 java.lang.Object ICommand.accept(ICommandVisitor visitor)
          Attempts to invoke an implementation-dependent visit method on the supplied visitor, calling visitUnknown(ICommand) if such a method is not available.